$fb8|1-D!ck's Quick HTML |1-Reference Guide $ff7Use this to prod your memory, it's a list of everything covered in the course so far, so it might never be a complete list of all the HTML tags available to you. Where applicable, "..." between two tags indicates that they go "around" the part of the file that the tags refer to. Any list of arguments for that tag, will follow the initial description. These always go between the angled brackets of the first tag, and never in the end tag if there is one, and are generally seperated by spaces. #rrggbb indicates a 24-bit colour value. indicates a suitable filename {} indicates a range of acceptable values. ... - Defines the start and end of your HTML document, everything else goes between these two tags. ... - Defines the HEADer area, mainly used to incorporate the TITLE of your doc. ... - Defines the main BODY of your HTML doc, Everything you want the user to see goes in here. BACKGROUND="" BGCOLOR="#rrggbb" TEXT="#rrggbb" - text colours LINK="#rrggbb" - link colours ... - The Title of your HTML Doc, generally displayed at the top of the browser on loading the page.
- line BReak, forces flow of data (text or images) onto the next line.

- Paragraph, placed between two blocks of text or images, it will force a gap between them. ... - emBolden an area of text. ... - put text into Italics ... - Underline some text. ... - Render text in a chosen font style. SIZE="{0-7}" FACE="" COLOR="#rrggbb" - Inserts an Image at the current cursor position. SRC="" WIDTH={desired width of image} HEIGHT={desired height of image} BORDER={border width} ALT="{text description}" ...
- Starts a table area WIDTH={width of table} HEIGHT={height of table} BORDER={width of border} CELLSPACING={space between cells} CELLPADDING={sapce around cell items} ... - Define a Row in your Table ... - Define Data cells in the Table WIDTH={width of cell} HEIGHT={height of cell} ... - Anchor (Link) point HREF="" or HREF="{URL}" or HREF="mailto:{E-Mail}" $ffbend